Changes to make this run on @jbau 's machine
* remove capa from requirements, bump versions of dogapi and simplejson * comment out stuff done to /etc/facter * comment out pkg_version() b/c it needs '../version-script/version.py'
Showing
... | @@ -5,12 +5,12 @@ WebOb==1.2.3 | ... | @@ -5,12 +5,12 @@ WebOb==1.2.3 |
argparse==1.2.1 | argparse==1.2.1 | ||
beautifulsoup4==4.1.3 | beautifulsoup4==4.1.3 | ||
boto==2.7.0 | boto==2.7.0 | ||
capa==0.1 | #capa==0.1 | ||
cloudformation==0.0.0 | cloudformation==0.0.0 | ||
decorator==3.4.0 | decorator==3.4.0 | ||
distribute==0.6.30 | distribute==0.6.30 | ||
docopt==0.6.1 | docopt==0.6.1 | ||
dogapi==1.1.2 | dogapi==1.2.3 | ||
ipython==0.13.1 | ipython==0.13.1 | ||
jenkinsapi==0.1.11 | jenkinsapi==0.1.11 | ||
lxml==3.1beta1 | lxml==3.1beta1 | ||
... | @@ -24,7 +24,7 @@ pyrelic==0.2.0 | ... | @@ -24,7 +24,7 @@ pyrelic==0.2.0 |
python-dateutil==2.1 | python-dateutil==2.1 | ||
requests==1.1.0 | requests==1.1.0 | ||
schema==0.1.1 | schema==0.1.1 | ||
simplejson==3.0.7 | simplejson==3.3.0 | ||
simples3==1.0-alpha | simples3==1.0-alpha | ||
six==1.2.0 | six==1.2.0 | ||
-e git+https://github.com/bos/statprof.py.git@a17f7923b102c9039763583be9e377e8422e8f5f#egg=statprof-dev | -e git+https://github.com/bos/statprof.py.git@a17f7923b102c9039763583be9e377e8422e8f5f#egg=statprof-dev | ||
... | ... |
Please
register
or
sign in
to comment