python3Packages.ldappool: fix build
This commit is contained in:
parent
33796d9695
commit
2133165afd
@ -14,6 +14,8 @@ buildPythonPackage rec {
|
|||||||
postPatch = ''
|
postPatch = ''
|
||||||
# Tests run without most of the dependencies
|
# Tests run without most of the dependencies
|
||||||
echo "" > test-requirements.txt
|
echo "" > test-requirements.txt
|
||||||
|
# PrettyTable is now maintained again
|
||||||
|
substituteInPlace requirements.txt --replace "PrettyTable<0.8,>=0.7.2" "PrettyTable"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [ pbr ];
|
nativeBuildInputs = [ pbr ];
|
||||||
@ -24,7 +26,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A simple connector pool for python-ldap";
|
description = "A simple connector pool for python-ldap";
|
||||||
homepage = "https://git.openstack.org/cgit/openstack/ldappool";
|
homepage = "https://opendev.org/openstack/ldappool/";
|
||||||
license = licenses.mpl20;
|
license = with licenses; [ mpl11 lgpl21Plus gpl2Plus ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user