Commit 58040074 authored by Anthony ROUSSEL's avatar Anthony ROUSSEL
Browse files

python3Packages.oslo-config: 9.8.0 -> 10.0.0

parent 5d00c12a
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@
  lib,
  buildPythonPackage,
  fetchPypi,
  debtcollector,
  netaddr,
  oslo-i18n,
  pbr,
@@ -16,13 +15,13 @@

buildPythonPackage rec {
  pname = "oslo-config";
  version = "9.8.0";
  version = "10.0.0";
  pyproject = true;

  src = fetchPypi {
    pname = "oslo_config";
    inherit version;
    hash = "sha256-7qgAlQSr7mchN8WL2r2roYX0lrk8ha3SRuLNzr6dCKo=";
    hash = "sha256-Mz5nXbjGvncVs97PeMOYyhE4Q5IlqidGMuiTFIN/bqM=";
  };

  postPatch = ''
@@ -34,7 +33,6 @@ buildPythonPackage rec {
  build-system = [ setuptools ];

  dependencies = [
    debtcollector
    netaddr
    oslo-i18n
    pbr