mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-12 16:48:07 -07:00
* If tests are called with setup.py, _py2.py is loaded even when Python 3 is used and may fail because of a missing "pathlib2" package. * Add x86 keyword. * Use PyPI tarballs. * Fix dependencies. Package-Manager: Portage-2.3.67, Repoman-2.3.16 Signed-off-by: Louis Sautier <sbraz@gentoo.org>
13 lines
305 B
Diff
13 lines
305 B
Diff
diff --git a/setup.cfg b/setup.cfg
|
|
index c9ef791..412b1a9 100644
|
|
--- a/setup.cfg
|
|
+++ b/setup.cfg
|
|
@@ -19,7 +19,6 @@ classifiers =
|
|
python_requires = >=2.7,!=3.0,!=3.1,!=3.2,!=3.3
|
|
setup_requires =
|
|
setuptools
|
|
- wheel
|
|
install_requires =
|
|
pathlib2; python_version < '3'
|
|
typing; python_version < '3.5'
|