python-requests-mock: fix pycompile_module= naming
This commit is contained in:
parent
5eb89c0896
commit
d57f6fb18c
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'python-requests-mock'
|
# Template file for 'python-requests-mock'
|
||||||
pkgname=python-requests-mock
|
pkgname=python-requests-mock
|
||||||
version=1.5.2
|
version=1.5.2
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="requests-mock-${version}"
|
wrksrc="requests-mock-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_modules="requests_mock"
|
pycompile_module="requests_mock"
|
||||||
hostmakedepends="python-setuptools python3-setuptools python-pbr python3-pbr"
|
hostmakedepends="python-setuptools python3-setuptools python-pbr python3-pbr"
|
||||||
depends="python-requests python-six"
|
depends="python-requests python-six"
|
||||||
short_desc="Python2 module to test mocked responses from requests"
|
short_desc="Python2 module to test mocked responses from requests"
|
||||||
|
@ -17,7 +17,7 @@ checksum=7a5fa99db5e3a2a961b6f20ed40ee6baeff73503cf0a553cc4d679409e6170fb
|
||||||
|
|
||||||
python3-requests-mock_package() {
|
python3-requests-mock_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
pycompile_modules="requests_mock"
|
pycompile_module="requests_mock"
|
||||||
depends="python3-requests python3-six"
|
depends="python3-requests python3-six"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue