diff options
| author | Liguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net> | 2020-10-17 01:12:42 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net> | 2020-10-17 01:12:42 +0000 |
| commit | af212adbcb7e877340bf21b7a067d75d2531cdb8 (patch) | |
| tree | a28496f274ec1efb2f64245f35215155e52b8cab /dev-python/python-prctl/python-prctl-1.7.ebuild | |
| parent | 4ff5b2a7686a2a4c8da860bde39ca790ffa7edad (diff) | |
| download | baldeagleos-repo-af212adbcb7e877340bf21b7a067d75d2531cdb8.tar.gz baldeagleos-repo-af212adbcb7e877340bf21b7a067d75d2531cdb8.tar.xz baldeagleos-repo-af212adbcb7e877340bf21b7a067d75d2531cdb8.zip | |
Updating liguros repo
Diffstat (limited to 'dev-python/python-prctl/python-prctl-1.7.ebuild')
| -rw-r--r-- | dev-python/python-prctl/python-prctl-1.7.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-python/python-prctl/python-prctl-1.7.ebuild b/dev-python/python-prctl/python-prctl-1.7.ebuild index b120311114ab..244d65e73310 100644 --- a/dev-python/python-prctl/python-prctl-1.7.ebuild +++ b/dev-python/python-prctl/python-prctl-1.7.ebuild @@ -2,6 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 + +DISTUTILS_USE_SETUPTOOLS=no PYTHON_COMPAT=( python3_{5,6,7,8,9} ) inherit distutils-r1 @@ -15,7 +17,4 @@ SLOT="0" KEYWORDS="~amd64 ~x86" RDEPEND="sys-libs/libcap" - -DEPEND=" - ${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND}" |
