Merge pull request #201886 from tjni/pywbem

This commit is contained in:
Sandro 2022-11-21 02:22:55 +01:00 committed by GitHub
commit 5a7ea38335
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,12 +1,32 @@
{ lib, buildPythonPackage, fetchPypi, libxml2
, m2crypto, ply, pyyaml, six, pbr, pythonOlder, nocasedict, nocaselist, yamlloader, requests-mock
, httpretty, lxml, mock, pytest, requests, decorator, unittest2
, FormEncode, testfixtures, pytz
{ lib
, buildPythonPackage
, fetchPypi
, libxml2
, m2crypto
, ply
, pyyaml
, six
, pbr
, pythonOlder
, nocasedict
, nocaselist
, yamlloader
, requests-mock
, httpretty
, lxml
, mock
, pytest
, requests
, decorator
, FormEncode
, testfixtures
, pytz
}:
buildPythonPackage rec {
pname = "pywbem";
version = "1.5.0";
format = "setuptools";
src = fetchPypi {
inherit pname version;
@ -35,7 +55,6 @@ buildPythonPackage rec {
requests
requests-mock
testfixtures
unittest2
];
meta = with lib; {