Skip to content

Commit

Permalink
chore: use upstreamed parts of craft-application
Browse files Browse the repository at this point in the history
  • Loading branch information
bepri committed Feb 6, 2025
1 parent 7ccefea commit 4af108f
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 267 deletions.
6 changes: 3 additions & 3 deletions requirements-devel.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ coverage[toml]==7.6.4
# via
# pytest-cov
# snapcraft (setup.py)
craft-application==4.4.0
craft-application[remote] @ git+https://github.com/canonical/craft-application@feature/snapcraft-remote-build-upstream
# via snapcraft (setup.py)
craft-archives==2.0.1
# via
Expand All @@ -63,11 +63,11 @@ craft-parts==2.4.1
# via
# craft-application
# snapcraft (setup.py)
craft-platforms==0.4.0
craft-platforms==0.5.0
# via
# craft-application
# snapcraft (setup.py)
craft-providers==2.0.4
craft-providers==2.1.0
# via
# craft-application
# snapcraft (setup.py)
Expand Down
6 changes: 3 additions & 3 deletions requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ click==8.1.7
# uvicorn
colorama==0.4.6
# via sphinx-autobuild
craft-application==4.4.0
craft-application[remote] @ git+https://github.com/canonical/craft-application@feature/snapcraft-remote-build-upstream
# via snapcraft (setup.py)
craft-archives==2.0.1
# via
Expand All @@ -77,11 +77,11 @@ craft-parts==2.4.1
# via
# craft-application
# snapcraft (setup.py)
craft-platforms==0.4.0
craft-platforms==0.5.0
# via
# craft-application
# snapcraft (setup.py)
craft-providers==2.0.4
craft-providers==2.1.0
# via
# craft-application
# snapcraft (setup.py)
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ charset-normalizer==3.4.0
# via requests
click==8.1.7
# via snapcraft (setup.py)
craft-application==4.4.0
craft-application[remote] @ git+https://github.com/canonical/craft-application@feature/snapcraft-remote-build-upstream
# via snapcraft (setup.py)
craft-archives==2.0.1
# via
Expand All @@ -45,11 +45,11 @@ craft-parts==2.4.1
# via
# craft-application
# snapcraft (setup.py)
craft-platforms==0.4.0
craft-platforms==0.5.0
# via
# craft-application
# snapcraft (setup.py)
craft-providers==2.0.4
craft-providers==2.1.0
# via
# craft-application
# snapcraft (setup.py)
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,13 @@ def recursive_data_files(directory, install_directory):
"attrs",
"catkin-pkg; sys_platform == 'linux'",
"click",
"craft-application~=4.4",
"craft-application[remote] @ git+https://github.com/canonical/craft-application@feature/snapcraft-remote-build-upstream",
"craft-archives~=2.0",
"craft-cli>=2.15.0",
"craft-grammar>=2.0.1,<3.0.0",
"craft-parts==2.4.1",
"craft-platforms~=0.4",
"craft-providers>=2.0.4,<3.0.0",
"craft-platforms~=0.5",
"craft-providers>=2.1.0,<3.0.0",
"craft-store>=3.0.2,<4.0.0",
"docutils<0.20", # Frozen until we can update sphinx dependencies.
"gnupg",
Expand Down
Loading

0 comments on commit 4af108f

Please sign in to comment.