mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 08:42:57 -04:00
pretty sure we don't actually need wheel. let's try removing it!
This commit is contained in:
parent
eb1e3074f6
commit
95433251c5
1 changed files with 0 additions and 4 deletions
|
|
@ -42,21 +42,17 @@ parts:
|
|||
source: git://github.com/basak/python-augeas
|
||||
source-branch: snap
|
||||
build-packages: [libaugeas-dev]
|
||||
python-packages:
|
||||
- wheel
|
||||
stage:
|
||||
- -pyvenv.cfg
|
||||
- -**/__pycache__
|
||||
- -bin
|
||||
- -**/RECORD
|
||||
- -**/wheel
|
||||
- -lib64
|
||||
certbot:
|
||||
plugin: python
|
||||
source: .
|
||||
constraints: [$SNAPCRAFT_PART_SRC/snap-constraints.txt]
|
||||
python-packages:
|
||||
- wheel
|
||||
- ./acme
|
||||
- ./certbot
|
||||
- ./certbot-apache
|
||||
|
|
|
|||
Loading…
Reference in a new issue