diff options
Diffstat (limited to 'dev-python/wheezy-template/wheezy-template-3.1.0.ebuild')
-rw-r--r-- | dev-python/wheezy-template/wheezy-template-3.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/wheezy-template/wheezy-template-3.1.0.ebuild b/dev-python/wheezy-template/wheezy-template-3.1.0.ebuild index dd9c47a2c..553840e61 100644 --- a/dev-python/wheezy-template/wheezy-template-3.1.0.ebuild +++ b/dev-python/wheezy-template/wheezy-template-3.1.0.ebuild @@ -17,9 +17,9 @@ HOMEPAGE="https://github.com/akornatskyy/wheezy.template" # as usual pypi doesn't contains tests SRC_URI="https://github.com/akornatskyy/wheezy.template/archive/refs/tags/${PV}.tar.gz -> ${MY_P}.gh.tar.gz" S="${WORKDIR}/${MY_P}" -KEYWORDS="~amd64" LICENSE="MIT" SLOT="0" +KEYWORDS="~amd64" DEPEND="dev-python/cython[${PYTHON_USEDEP}]" |