diff options
author | Scott Moser <smoser@ubuntu.com> | 2018-06-26 09:07:49 -0400 |
---|---|---|
committer | Scott Moser <smoser@brickies.net> | 2018-06-26 09:07:49 -0400 |
commit | 7c88f96245535aacfac9b0b04d9c0d82ac2067f4 (patch) | |
tree | e8ed11a00ec0ee114502ee92b8c1717f2f2e150d /integration-requirements.txt | |
parent | 2d6e4219db73e80c135efd83753f9302f778f08d (diff) | |
download | vyos-cloud-init-7c88f96245535aacfac9b0b04d9c0d82ac2067f4.tar.gz vyos-cloud-init-7c88f96245535aacfac9b0b04d9c0d82ac2067f4.zip |
tox: use simplestreams from git repository rather than bzr.
Simplestreams is moving to git. Use the git repo rather than bzr.
Diffstat (limited to 'integration-requirements.txt')
-rw-r--r-- | integration-requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integration-requirements.txt b/integration-requirements.txt index e5bb5b28..01baebdd 100644 --- a/integration-requirements.txt +++ b/integration-requirements.txt @@ -17,4 +17,4 @@ git+https://github.com/lxc/pylxd.git@4b8ab1802f9aee4eb29cf7b119dae0aa47150779 # finds latest image information -bzr+lp:simplestreams +git+https://git.launchpad.net/simplestreams |