pythonPackages.osprofiler: remove argparse from requirements
Since argparse module is now part of python stdlib.
This commit is contained in:
parent
21571b7000
commit
e7ddd5e476
@ -15014,7 +15014,7 @@ in {
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with self; [
|
||||
pbr argparse six webob
|
||||
pbr six webob
|
||||
];
|
||||
buildInputs = with self; [
|
||||
oslosphinx coverage mock subunit testrepository testtools
|
||||
@ -15022,6 +15022,7 @@ in {
|
||||
|
||||
patchPhase = ''
|
||||
sed -i 's@python@${python.interpreter}@' .testr.conf
|
||||
substituteInPlace requirements.txt --replace "argparse" ""
|
||||
'';
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user