diff options
Diffstat (limited to 'dev-python/responses/responses-0.23.1-r1.ebuild')
-rw-r--r-- | dev-python/responses/responses-0.23.1-r1.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/dev-python/responses/responses-0.23.1-r1.ebuild b/dev-python/responses/responses-0.23.1-r1.ebuild index 92619e6c5b64..92276888acc7 100644 --- a/dev-python/responses/responses-0.23.1-r1.ebuild +++ b/dev-python/responses/responses-0.23.1-r1.ebuild @@ -6,17 +6,13 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} pypy3 ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Utility for mocking out the Python Requests library" HOMEPAGE=" https://pypi.org/project/responses/ https://github.com/getsentry/responses/ " -SRC_URI=" - https://github.com/getsentry/responses/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz -" LICENSE="Apache-2.0" SLOT="0" |