remove unused files

master
Adeeb Shihadeh 2020-05-24 12:11:24 -07:00
parent 0657064594
commit 5210e51b82
2 changed files with 0 additions and 17 deletions

View File

@ -1,10 +0,0 @@
#!/bin/bash -e
apt-get install -y autoconf curl libtool
curl -O https://capnproto.org/capnproto-c++-0.6.1.tar.gz
tar xvf capnproto-c++-0.6.1.tar.gz
cd capnproto-c++-0.6.1
./configure --prefix=/usr/local CPPFLAGS=-DPIC CFLAGS=-fPIC CXXFLAGS=-fPIC LDFLAGS=-fPIC --disable-shared --enable-static
make -j4
make install

View File

@ -1,7 +0,0 @@
aenum
subprocess32
libarchive
pycapnp
pycurl
tenacity
atomicwrites