Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.5:Update
ansible-cmdb
ansible-cmdb-dont-require-ushlex.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ansible-cmdb-dont-require-ushlex.patch of Package ansible-cmdb
diff --git a/requirements.txt b/requirements.txt index f1fdb38..ca9b91d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,3 @@ mako pyyaml -ushlex jsonxs diff --git a/setup.py b/setup.py index 0662504..1c30a5a 100755 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ setup( ) + [['lib/ansiblecmdb/', ['src/ansible-cmdb.py']]], zip_safe=False, - install_requires=['mako', 'pyyaml', 'ushlex', 'jsonxs'], + install_requires=['mako', 'pyyaml', 'jsonxs'], scripts=[ 'src/ansible-cmdb', ],
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor