projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb7cc17
)
dev-python/unicodecsv: Add setuptools dependency
author
Sven Wegener
<swegener@gentoo.org>
Sat, 2 Dec 2017 07:26:36 +0000
(07:26 +0000)
committer
Sven Wegener
<swegener@gentoo.org>
Sat, 2 Dec 2017 07:27:27 +0000
(07:27 +0000)
Package-Manager: Portage-2.3.14, Repoman-2.3.6
dev-python/unicodecsv/unicodecsv-0.14.1.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/unicodecsv/unicodecsv-0.14.1.ebuild
b/dev-python/unicodecsv/unicodecsv-0.14.1.ebuild
index 42d302a1632848066f943d52498543b088bd805a..6656408e855f6073d084e396aafabbd2e4935fa5 100644
(file)
--- a/
dev-python/unicodecsv/unicodecsv-0.14.1.ebuild
+++ b/
dev-python/unicodecsv/unicodecsv-0.14.1.ebuild
@@
-16,6
+16,8
@@
SLOT="0"
KEYWORDS="amd64 ~arm64 ~ppc x86"
IUSE=""
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
python_test() {
python -m unittest discover
}