mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
cloud-init: remove argparse from requirements.txt
Argparse is part of python stdlib.
This commit is contained in:
parent
5b747cc7c4
commit
a4b8c214be
@ -23,10 +23,13 @@ in pythonPackages.buildPythonApplication rec {
|
||||
|
||||
substituteInPlace cloudinit/config/cc_growpart.py \
|
||||
--replace 'util.subp(["growpart"' 'util.subp(["${cloud-utils}/bin/growpart"'
|
||||
|
||||
# Argparse is part of python stdlib
|
||||
sed -i s/argparse// requirements.txt
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = with pythonPackages; [ cheetah jinja2 prettytable
|
||||
oauthlib pyserial configobj pyyaml argparse requests jsonpatch ];
|
||||
oauthlib pyserial configobj pyyaml requests jsonpatch ];
|
||||
|
||||
meta = {
|
||||
homepage = http://cloudinit.readthedocs.org;
|
||||
|
Loading…
Reference in New Issue
Block a user