You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/pipenv/files/pipenv-2021-11-9-remove-att...

26 lines
628 B

From 0c31638a41a95ada109a3fd13e1e8380d2b8a731 Mon Sep 17 00:00:00 2001
From: Oz N Tiram <oz.tiram@gmail.com>
Date: Thu, 11 Nov 2021 13:05:13 +0100
Subject: [PATCH 1/2] Remove vendored attr.
---
pipenv/installers.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pipenv/installers.py b/pipenv/installers.py
index 5baa1933..f7982ab6 100644
--- a/pipenv/installers.py
+++ b/pipenv/installers.py
@@ -3,7 +3,7 @@ import operator
import re
from abc import ABCMeta, abstractmethod
-from pipenv.vendor import attr
+import attr
from pipenv.utils import find_windows_executable, subprocess_run
--
2.32.0