livepatch-charmers team mailing list archive
-
livepatch-charmers team
-
Mailing list archive
-
Message #00204
[Merge] ~barryprice/canonical-livepatch-charm/+git/canonical-livepatch-charm:master into canonical-livepatch-charm:master
Barry Price has proposed merging ~barryprice/canonical-livepatch-charm/+git/canonical-livepatch-charm:master into canonical-livepatch-charm:master.
Commit message:
Remove workaround for charms.reactive #82
Also correct repo format
Requested reviews:
Stuart Bishop (stub)
For more details, see:
https://code.launchpad.net/~barryprice/canonical-livepatch-charm/+git/canonical-livepatch-charm/+merge/355288
--
Your team Livepatch charm developers is subscribed to branch canonical-livepatch-charm:master.
diff --git a/layer.yaml b/layer.yaml
index 5f1849f..0fd758a 100644
--- a/layer.yaml
+++ b/layer.yaml
@@ -6,10 +6,4 @@ options:
basic:
use_venv: true
include_system_packages: true
- packages:
- # we need to specify these here due to https://github.com/juju-solutions/charms.reactive/issues/82
- - build-essential
- - python3-setuptools
- - python3-wheel
- - python3-yaml
-repo: lp:~livepatch-charmers/canonical-livepatch-charm/+git/canonical-livepatch-charm
+repo: https://git.launchpad.net/canonical-livepatch-charm
References