Unverified Commit f5e50b74 authored by Jon Seager's avatar Jon Seager
Browse files

treewide: rename python3Packages.debian -> python3Packages.python-debian

parent 7c314adf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
#! /usr/bin/env nix-shell
#! nix-shell -i python3 -p python3Packages.packaging python3Packages.debian common-updater-scripts
#! nix-shell -i python3 -p python3Packages.packaging python3Packages.python-debian common-updater-scripts

import base64
import textwrap
+1 −1
Original line number Diff line number Diff line
@@ -82,7 +82,7 @@ python3Packages.buildPythonApplication rec {
    craft-platforms
    craft-providers
    craft-store
    debian
    python-debian
    docutils
    jsonschema
    launchpadlib
+2 −0
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@
  overrides,
  pydantic,
  setuptools,
  python-debian,
  setuptools-scm,
  tabulate,
  pytest-check,
@@ -44,6 +45,7 @@ buildPythonPackage rec {
    overrides
    pydantic
    tabulate
    python-debian
  ];

  pythonImportsCheck = [ "craft_archives" ];
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
  binaryornot,
  boolean-py,
  click,
  debian,
  python-debian,
  jinja2,
  license-expression,
  tomlkit,
@@ -56,7 +56,7 @@ buildPythonPackage rec {
    binaryornot
    boolean-py
    click
    debian
    python-debian
    jinja2
    license-expression
    tomlkit
Loading