summaryrefslogtreecommitdiff
path: root/dev-python/tubes
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-04-13 01:49:20 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-04-13 01:49:20 +0000
commite71ef795894fe75ecb59c3e1ceaab602b853ef6a (patch)
treee744f0efe9bdae1e7ef8c873752f737dd006616f /dev-python/tubes
parentec96d8996df61a9d5498f5703784d33b24805cd3 (diff)
downloadbaldeagleos-repo-e71ef795894fe75ecb59c3e1ceaab602b853ef6a.tar.gz
baldeagleos-repo-e71ef795894fe75ecb59c3e1ceaab602b853ef6a.tar.xz
baldeagleos-repo-e71ef795894fe75ecb59c3e1ceaab602b853ef6a.zip
Adding metadata
Diffstat (limited to 'dev-python/tubes')
-rw-r--r--dev-python/tubes/tubes-0.2.0-r1.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/tubes/tubes-0.2.0-r1.ebuild b/dev-python/tubes/tubes-0.2.0-r1.ebuild
index 97176ae57217..4cd6dc94e060 100644
--- a/dev-python/tubes/tubes-0.2.0-r1.ebuild
+++ b/dev-python/tubes/tubes-0.2.0-r1.ebuild
@@ -2,8 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8,9,10} )
+PYTHON_COMPAT=( python3_{6,7,8,9,10} )
DISTUTILS_USE_SETUPTOOLS=bdepend
inherit distutils-r1
@@ -14,13 +14,12 @@ SRC_URI="https://github.com/twisted/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 "
+KEYWORDS="~amd64"
DEPEND="
dev-python/six[${PYTHON_USEDEP}]
dev-python/twisted[${PYTHON_USEDEP}]
"
-
RDEPEND="${DEPEND}"
PATCHES=( "${FILESDIR}/remove-unnecessary-dep.patch")